home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / PB.project < prev    next >
Text File  |  1994-05-20  |  2KB  |  32 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = docAPP.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (docShar.tiff, docGz.tiff, docLzh.tiff, docPS.tiff, docUU.tiff, docZip.tiff, docZoo.tiff, docZ.tiff, docArc.tiff, docArj.tiff, docEps.tiff, docBin.tiff, docHqx.tiff, docSit.tiff);
  5. FILESTABLE = {
  6.     M_FILES = (Opener_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (Controller.h, DefaultHandler.h, DirPanel.h, Process.h);
  9.     CLASSES = (Controller.m, DefaultHandler.m, DirPanel.m, Process.m);
  10.     IMAGES = (docAPP.tiff, docArc.tiff, docArj.tiff, docBin.tiff, docEps.tiff, docGz.tiff, docHqx.tiff, docLzh.tiff, docPS.tiff, docShar.tiff, docSit.tiff, docTar.tiff, docUU.tiff, docZ.tiff, docZip.tiff, docZoo.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = ();
  13.     OTHER_RESOURCES = (arc, booz, builder, gunzip, gzip, mcvert, monitor.m, Opener.app.README, Opener.table, README, README.rtfd, submit, Submit, test.arc, test.arj, test.gz, test.hqx, test.lzh, test.PS.Z, test.ps.Z, test.rtf.Z, test.shar, test.shar.gz, test.shar.Z, test.tar, "test.tar-z", test.tar.gz, test.tar.Z, test.tar.z, test.uu, test.uu.Z, test.zip, test.zoo, unarj, unsit, unzip, xlharc, zip, zipnote, zipsplit);
  14.     OTHER_SOURCES = (Makefile, Makefile.postamble);
  15.     SUBPROJECTS = ();
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     OTHER_LIBS = (Media_s, NeXT_s);
  19.     INTERFACES = (Opener.nib);
  20. };
  21. APPCLASS = Application;
  22. MAINNIB = Opener;
  23. DOCEXTENSIONS = (shar, gz, lzh, PS, uu, zip, zoo, z, arc, arj, EPS, bin, hqx, sit);
  24. PROJECTTYPE = Application;
  25. PROJECTVERSION = 1.1;
  26. LOCALIZABLE_FILES = {
  27.     Opener.nib;
  28. };
  29. PROJECTNAME = Opener;
  30. SYSTEMEXTENSIONS = (tar, Z, compressed);
  31. LANGUAGE = English;
  32.